Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump elasticsearch-opensource-components.version from 8.9.1 to 8.10.0 #35893

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2023

Bumps elasticsearch-opensource-components.version from 8.9.1 to 8.10.0.
Updates org.elasticsearch.client:elasticsearch-rest-client from 8.9.1 to 8.10.0

Release notes

Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases.

Elasticsearch 8.10.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.10/release-notes-8.10.0.html

Elasticsearch 8.9.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.9/release-notes-8.9.2.html

Commits

Updates co.elastic.clients:elasticsearch-java from 8.9.1 to 8.10.0

Commits
  • abf6f19 [codegen] Update to latest API spec
  • 405e1d4 [codegen] Update to latest API spec
  • b6cf6b8 Add pipe-separated enum list
  • 3d47ee8 Add instrumentation API and native OpenTelemetry implementation (#588) (#652)
  • caba4f6 Add docs for Exception caused by rest-client version mismatch (#647)
  • b2b0e47 [codegen] Update to latest API spec
  • 157b368 Bump version
  • e3c3815 [DOCS] Restructures repo README. (#635)
  • b7be8f9 [DOCS] Changes getting started button link on landing page. (#626)
  • 885d318 [DOCS] Temporarily redirect getting started button link on landing page. (#623)
  • Additional commits viewable in compare view

Updates org.elasticsearch.client:elasticsearch-rest-client-sniffer from 8.9.1 to 8.10.0

Release notes

Sourced from org.elasticsearch.client:elasticsearch-rest-client-sniffer's releases.

Elasticsearch 8.10.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.10/release-notes-8.10.0.html

Elasticsearch 8.9.2

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.9/release-notes-8.9.2.html

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `elasticsearch-opensource-components.version` from 8.9.1 to 8.10.0.

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.9.1 to 8.10.0
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.9.1...v8.10.0)

Updates `co.elastic.clients:elasticsearch-java` from 8.9.1 to 8.10.0
- [Release notes](https://github.com/elastic/elasticsearch-java/releases)
- [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch-java@v8.9.1...v8.10.0)

Updates `org.elasticsearch.client:elasticsearch-rest-client-sniffer` from 8.9.1 to 8.10.0
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.9.1...v8.10.0)

---
updated-dependencies:
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: co.elastic.clients:elasticsearch-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client-sniffer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Sep 12, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 12, 2023

/cc @gsmet (elasticsearch), @loicmathieu (elasticsearch), @yrodiere (elasticsearch)

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 13, 2023

Failing Jobs - Building d1e2ca6

Status Name Step Failures Logs Raw logs Build scan
✔️ Gradle Tests - JDK 11
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 20

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.devmode.KotlinProjectWithCompilerArgsDevModeTest.main line 17 - More details - Source on GitHub

org.awaitility.core.ConditionTimeoutException: Condition with lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 2 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)

⚙️ JVM Tests - JDK 17 Windows #

- Failing: extensions/vertx/deployment 
! Skipped: devtools/cli extensions/agroal/deployment extensions/amazon-lambda-http/deployment and 379 more

📦 extensions/vertx/deployment

io.quarkus.vertx.mdc.VertxMDCTest.mdc line 144 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: expected: <10> but was: <0>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)

io.quarkus.vertx.mdc.VertxMDCTest.mdcNonVertxThreadTest line 121 - More details - Source on GitHub

java.lang.AssertionError: 

Expected: a collection containing "Test MDC value ### Test 1"

@yrodiere
Copy link
Member

Currently testing upstream: hibernate/hibernate-search#3717

@yrodiere
Copy link
Member

Looks like everything works fine (except flaky tests...). Merging.

@yrodiere yrodiere merged commit 8604738 into main Sep 14, 2023
@quarkus-bot quarkus-bot bot added this to the 3.5 - main milestone Sep 14, 2023
@dependabot dependabot bot deleted the dependabot/maven/elasticsearch-opensource-components.version-8.10.0 branch September 14, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants